home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / MLT_TASK / PIBMDOS / AAREADME.1ST next >
Text File  |  1988-06-05  |  3KB  |  79 lines

  1. INTRODUCTION
  2. ============
  3.  
  4. This archive file contains the source for some routines to
  5. interface several popular multitaskers to Turbo Pascal v4.0.
  6. Currently, interfaces are provided for:
  7.  
  8.    IBM's TopView  (and MicroSoft Windows by emulation of TopView)
  9.    Quarterdeck's DesqView
  10.    Sunny Hill Software's TaskView and OmniView
  11.    SoftLogic's DoubleDos
  12.  
  13. I welcome any modifications anyone may wish to make to support other
  14. multitaskers.  PLEASE upload your revised versions so that we can
  15. all benefit from them!
  16.  
  17.  
  18. FILES
  19. =====
  20.  
  21. The files which should be present in the archive are:
  22.  
  23.    AAREADME.1ST --- this file you're reading now
  24.    GETSCREN.PAS --- gets screen memory address
  25.    GLOBSCRN.PAS --- global screen declarations
  26.    MAKETRYM.BAT --- builds sample test program "TRYMDOS.PAS"
  27.    PIBMDOS.PAS  --- actual multitasker interface code
  28.    PIBMTASK.PAS --- unit declaration for multitasker interface code
  29.    READKBD.PAS  --- routine for keyboard reads
  30.    TRYMDOS.PAS  --- main demonstration program
  31.    TRYMDOS.GLO  --- global definitions
  32.    WRITESXY.PAS --- routine to write string to screen memory
  33.    YESNO.PAS    --- routine for yes/no questions
  34.  
  35. This represents v1.2 of the demo programs.  If you make any changes,
  36. please update this README.DOC file and up the version number.
  37.  
  38. The actual interface routines are in PIBMTASK.PAS, and you should
  39. read the comments there (as well as in the sample main program TRYMDOS.PAS)
  40. to see how to use these routines.
  41.  
  42.  
  43. ADDRESSES FOR ELECTRONIC LETTER BOMBS
  44. =====================================
  45.  
  46. You may leave me messages on the following BBSs:
  47.  
  48.       Gene Plantz's BBS                (312) 882 4145
  49.       Northwestern Univerity OPUS BBS  (312) 491 3892
  50.  
  51. Gene's BBS is registration only ($25 a year) and well worth it.
  52. The Northwestern University BBS is run by my colleague Roger Safian.
  53. You can use the OPUS/FIDONET remote mail/networking facility to send me
  54. messages from another OPUS local to your dialing area.  The net address
  55. of Roger's OPUS BBS system is 115/419.
  56.  
  57. For both BBS systems, my user name is PHILIP BURNS.
  58.  
  59. CompuServe users can reach me at:
  60.  
  61.        72437,62
  62.  
  63. University users can reach me at:
  64.  
  65.       PIB@NUACC.BITNET         (BITNET)
  66.       PIB@NUACC.ACNS.NWU.EDU   (ARPANET)
  67.  
  68. PLEASE, no voice calls!  I WILL NOT RETURN any long distance phone
  69. calls about PibMDos.  I can't afford to.
  70.  
  71. -------------------------------------------------------------------------
  72.  
  73. History:  86/09/27  --- version 1.0 --- PRB --- original release.
  74.           86/11/14  --- version 1.1 --- PRB --- fix bug in BIOS mode of
  75.                                                 WriteSXY
  76.           88/06/05  --- version 1.2 --- PRB --- extract from PibTerm and
  77.                                                 document for Turbo Pascal
  78.                                                 v4.0.
  79.